When
user should be able to navigate to "Reports->KPIs" via card navigation
9s 430 ms
And
user should able to view "Sales Summary" link
593 ms
And
user should able to click "Sales Summary" link
742 ms
Then
user switch to web view
3s 335 ms
And
user should able to view "Total Front End Sales" link in webpage
57s 842 ms
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of element located by By.xpath: //a[contains(normalize-space(text()),"Total Front End Sales")] (tried for 30 second(s) with 500 MILLISECONDS interval)
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:82)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:231)
at com.horizon.utils.WaitUtils.visibilityOfElementLocated(WaitUtils.java:39)
at com.horizon.base.CustomElementSelector.getElementWait(CustomElementSelector.java:77)
at com.horizon.base.ElementIdentification.getElementByPropertyWait(ElementIdentification.java:139)
at com.horizon.base.ElementPresent.isElementPresentVerificationWait(ElementPresent.java:127)
at com.horizon.base.ElementPresent.isElementPresentVerificationWait(ElementPresent.java:105)
at com.horizon.base.AssertValidation.assertElementPresentVerificationWait(AssertValidation.java:100)
at com.horizon.stepDefinition.HomeScreenStepDefinition.user_should_view_on_link_in_webpage(HomeScreenStepDefinition.java:240)
at ✽.user should able to view "Total Front End Sales" link in webpage(cache/cache/C.feature:315)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate an element using By.xpath: //a[contains(normalize-space(text()),"Total Front End Sales")]
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.7.1', revision: '8a0099a', time: '2017-11-06T21:01:39.354Z'
System info: host: 'CHMM114178.local', ip: 'fe80:0:0:0:108c:d38a:ed1a:f214%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.13.4', java.version: '1.8.0_171'
Driver info: driver.version: unknown
at org.openqa.selenium.support.ui.ExpectedConditions.lambda$findElement$0(ExpectedConditions.java:882)
at java.util.Optional.orElseThrow(Optional.java:290)
at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:881)
at org.openqa.selenium.support.ui.ExpectedConditions.access$000(ExpectedConditions.java:43)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205)
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:208)
at com.horizon.utils.WaitUtils.visibilityOfElementLocated(WaitUtils.java:39)
at com.horizon.base.CustomElementSelector.getElementWait(CustomElementSelector.java:77)
at com.horizon.base.ElementIdentification.getElementByPropertyWait(ElementIdentification.java:139)
at com.horizon.base.ElementPresent.isElementPresentVerificationWait(ElementPresent.java:127)
at com.horizon.base.ElementPresent.isElementPresentVerificationWait(ElementPresent.java:105)
at com.horizon.base.AssertValidation.assertElementPresentVerificationWait(AssertValidation.java:100)
at com.horizon.stepDefinition.HomeScreenStepDefinition.user_should_view_on_link_in_webpage(HomeScreenStepDefinition.java:240)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at cucumber.runtime.Utils$1.call(Utils.java:31)
at cucumber.runtime.Timeout.timeout(Timeout.java:16)
at cucumber.runtime.Utils.invoke(Utils.java:25)
at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:37)
at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:40)
at cucumber.api.TestStep.executeStep(TestStep.java:102)
at cucumber.api.TestStep.run(TestStep.java:83)
at cucumber.api.TestCase.run(TestCase.java:58)
at cucumber.runner.Runner.runPickle(Runner.java:80)
at cucumber.api.testng.TestNGCucumberRunner.runScenario(TestNGCucumberRunner.java:84)
at cucumber.api.testng.AbstractTestNGCucumberTests.runScenario(AbstractTestNGCucumberTests.java:22)
at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:108)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:661)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:869)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1193)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:126)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.privateRun(TestRunner.java:744)
at org.testng.TestRunner.run(TestRunner.java:602)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:380)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:375)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:340)
at org.testng.SuiteRunner.run(SuiteRunner.java:289)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1301)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1226)
at org.testng.TestNG.runSuites(TestNG.java:1144)
at org.testng.TestNG.run(TestNG.java:1115)
at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.runTests(TestNGTestClassProcessor.java:134)
at org.gradle.api.internal.tasks.testing.testng.TestNGTestClassProcessor.stop(TestNGTestClassProcessor.java:88)
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
at com.sun.proxy.$Proxy1.stop(Unknown Source)
at org.gradle.api.internal.tasks.testing.worker.TestWorker.stop(TestWorker.java:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:146)
at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:128)
at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
at java.lang.Thread.run(Thread.java:748)
And
user should able to view "SS Sales" link in webpage
000 ms
And
user should able to view "Beauty" link in webpage
000 ms
And
user should able to view "Photo" link in webpage
000 ms
And
user should able to view "Cig Sales" link in webpage
000 ms
And
user should able to view "Liq Sales" link in webpage
000 ms
And
user should able to view "RX Sales" link in webpage
000 ms
And
user should able to view "Digital Sales Summary" link in webpage
000 ms
And
user should able to view "Total Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS GP" link in webpage
000 ms
And
user should able to view "Total Transactions with Balance Rewards" link in webpage
000 ms
And
user should able to view "Charity" link in webpage
000 ms
And
user should able to view "Counts" link in webpage
000 ms
And
user should able to view "Total Front End Sales" link in webpage
000 ms
And
user should able to view "SS Sales" link in webpage
000 ms
And
user should able to view "Beauty" link in webpage
000 ms
And
user should able to view "Photo" link in webpage
000 ms
And
user should able to view "Cig Sales" link in webpage
000 ms
And
user should able to view "Liq Sales" link in webpage
000 ms
And
user should able to view "RX Sales" link in webpage
000 ms
And
user should able to view "Digital Sales Summary" link in webpage
000 ms
And
user should able to view "Total Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS GP" link in webpage
000 ms
And
user should able to view "Total Transactions with Balance Rewards" link in webpage
000 ms
And
user should able to view "Charity" link in webpage
000 ms
And
user should able to view "Counts" link in webpage
000 ms
And
user should able to view "Total Front End Sales" link in webpage
000 ms
And
user should able to view "SS Sales" link in webpage
000 ms
And
user should able to view "Beauty" link in webpage
000 ms
And
user should able to view "Photo" link in webpage
000 ms
And
user should able to view "Cig Sales" link in webpage
000 ms
And
user should able to view "Liq Sales" link in webpage
000 ms
And
user should able to view "RX Sales" link in webpage
000 ms
And
user should able to view "Digital Sales Summary" link in webpage
000 ms
And
user should able to view "Total Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS GP" link in webpage
000 ms
And
user should able to view "Total Transactions with Balance Rewards" link in webpage
000 ms
And
user should able to view "Charity" link in webpage
000 ms
And
user should able to view "Counts" link in webpage
000 ms
And
user should able to view "Total Front End Sales" link in webpage
000 ms
And
user should able to view "SS Sales" link in webpage
000 ms
And
user should able to view "Beauty" link in webpage
000 ms
And
user should able to view "Photo" link in webpage
000 ms
And
user should able to view "Cig Sales" link in webpage
000 ms
And
user should able to view "Liq Sales" link in webpage
000 ms
And
user should able to view "RX Sales" link in webpage
000 ms
And
user should able to view "Digital Sales Summary" link in webpage
000 ms
And
user should able to view "Total Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS GP" link in webpage
000 ms
And
user should able to view "Total Transactions with Balance Rewards" link in webpage
000 ms
And
user should able to view "Charity" link in webpage
000 ms
And
user should able to view "Counts" link in webpage
000 ms
And
user should able to view "Total Front End Sales" link in webpage
000 ms
And
user should able to view "SS Sales" link in webpage
000 ms
And
user should able to view "Beauty" link in webpage
000 ms
And
user should able to view "Photo" link in webpage
000 ms
And
user should able to view "Cig Sales" link in webpage
000 ms
And
user should able to view "Liq Sales" link in webpage
000 ms
And
user should able to view "RX Sales" link in webpage
000 ms
And
user should able to view "Digital Sales Summary" link in webpage
000 ms
And
user should able to view "Total Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS GP" link in webpage
000 ms
And
user should able to view "Total Transactions with Balance Rewards" link in webpage
000 ms
And
user should able to view "Charity" link in webpage
000 ms
And
user should able to view "Counts" link in webpage
000 ms
And
user should able to view "Total Front End Sales" link in webpage
000 ms
And
user should able to view "SS Sales" link in webpage
000 ms
And
user should able to view "Beauty" link in webpage
000 ms
And
user should able to view "Photo" link in webpage
000 ms
And
user should able to view "Cig Sales" link in webpage
000 ms
And
user should able to view "Liq Sales" link in webpage
000 ms
And
user should able to view "RX Sales" link in webpage
000 ms
And
user should able to view "Digital Sales Summary" link in webpage
000 ms
And
user should able to view "Total Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS GP" link in webpage
000 ms
And
user should able to view "Total Transactions with Balance Rewards" link in webpage
000 ms
And
user should able to view "Charity" link in webpage
000 ms
And
user should able to view "Counts" link in webpage
000 ms
And
user should able to view "Total Front End Sales" link in webpage
000 ms
And
user should able to view "SS Sales" link in webpage
000 ms
And
user should able to view "Beauty" link in webpage
000 ms
And
user should able to view "Photo" link in webpage
000 ms
And
user should able to view "Cig Sales" link in webpage
000 ms
And
user should able to view "Liq Sales" link in webpage
000 ms
And
user should able to view "RX Sales" link in webpage
000 ms
And
user should able to view "Digital Sales Summary" link in webpage
000 ms
And
user should able to view "Total Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS GP" link in webpage
000 ms
And
user should able to view "Total Transactions with Balance Rewards" link in webpage
000 ms
And
user should able to view "Charity" link in webpage
000 ms
And
user should able to view "Counts" link in webpage
000 ms
And
user should able to view "Total Front End Sales" link in webpage
000 ms
And
user should able to view "SS Sales" link in webpage
000 ms
And
user should able to view "Beauty" link in webpage
000 ms
And
user should able to view "Photo" link in webpage
000 ms
And
user should able to view "Cig Sales" link in webpage
000 ms
And
user should able to view "Liq Sales" link in webpage
000 ms
And
user should able to view "RX Sales" link in webpage
000 ms
And
user should able to view "Digital Sales Summary" link in webpage
000 ms
And
user should able to view "Total Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS GP" link in webpage
000 ms
And
user should able to view "Total Transactions with Balance Rewards" link in webpage
000 ms
And
user should able to view "Charity" link in webpage
000 ms
And
user should able to view "Counts" link in webpage
000 ms
And
user should able to view "Total Front End Sales" link in webpage
000 ms
And
user should able to view "SS Sales" link in webpage
000 ms
And
user should able to view "Beauty" link in webpage
000 ms
And
user should able to view "Photo" link in webpage
000 ms
And
user should able to view "Cig Sales" link in webpage
000 ms
And
user should able to view "Liq Sales" link in webpage
000 ms
And
user should able to view "RX Sales" link in webpage
000 ms
And
user should able to view "Digital Sales Summary" link in webpage
000 ms
And
user should able to view "Total Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS Sales" link in webpage
000 ms
And
user should able to view "Owned Brand % of SS GP" link in webpage
000 ms
And
user should able to view "Total Transactions with Balance Rewards" link in webpage
000 ms
And
user should able to view "Charity" link in webpage
000 ms
And
user should able to view "Counts" link in webpage
000 ms
And
user should able to view "Pharmacy Employee Training" link in webpage
000 ms
And
user should able to view "Average Process Time for Waiting Prescriptions" link in webpage
000 ms
And
user should able to view "Enhanced Rx Ready" link in webpage
000 ms
And
user should able to view "Power" link in webpage
000 ms
And
user should able to view "E-Mail Registrations" link in webpage
000 ms
And
user should able to view "Adherence Program Activity" link in webpage
000 ms
And
user should able to view "Total Immunizations Sold" link in webpage
000 ms
And
user should able to view "Total Compounds Sold" link in webpage
000 ms
And
user should able to view "Medication Therapy Management" link in webpage
000 ms
And
user should able to view "Total Prescription Savings Club Sold" link in webpage
000 ms
And
user should able to view "Rx Transferred" link in webpage
000 ms
And
user should able to view "Percent Automated Refills" link in webpage
000 ms
And
user should able to view "Total 90 Day Rx Sold" link in webpage
000 ms
And
user should able to view "90 Day Adjusted" link in webpage
000 ms
And
user should able to view "Rx Entered" link in webpage
000 ms
And
user should able to view "Rx Deleted" link in webpage
000 ms
And
user should able to view "Pharmacy Employee Training" link in webpage
000 ms
And
user should able to view "Average Process Time for Waiting Prescriptions" link in webpage
000 ms
And
user should able to view "Enhanced Rx Ready" link in webpage
000 ms
And
user should able to view "Power" link in webpage
000 ms
And
user should able to view "E-Mail Registrations" link in webpage
000 ms
And
user should able to view "Adherence Program Activity" link in webpage
000 ms
And
user should able to view "Total Immunizations Sold" link in webpage
000 ms
And
user should able to view "Total Compounds Sold" link in webpage
000 ms
And
user should able to view "Medication Therapy Management" link in webpage
000 ms
And
user should able to view "Total Prescription Savings Club Sold" link in webpage
000 ms
And
user should able to view "Rx Transferred" link in webpage
000 ms
And
user should able to view "Percent Automated Refills" link in webpage
000 ms
And
user should able to view "Total 90 Day Rx Sold" link in webpage
000 ms
And
user should able to view "90 Day Adjusted" link in webpage
000 ms
And
user should able to view "Rx Entered" link in webpage
000 ms
And
user should able to view "Rx Deleted" link in webpage
000 ms
And
user should able to view "Pharmacy Employee Training" link in webpage
000 ms
And
user should able to view "Average Process Time for Waiting Prescriptions" link in webpage
000 ms
And
user should able to view "Enhanced Rx Ready" link in webpage
000 ms
And
user should able to view "Power" link in webpage
000 ms
And
user should able to view "E-Mail Registrations" link in webpage
000 ms
And
user should able to view "Adherence Program Activity" link in webpage
000 ms
And
user should able to view "Total Immunizations Sold" link in webpage
000 ms
And
user should able to view "Total Compounds Sold" link in webpage
000 ms
And
user should able to view "Medication Therapy Management" link in webpage
000 ms
And
user should able to view "Total Prescription Savings Club Sold" link in webpage
000 ms
And
user should able to view "Rx Transferred" link in webpage
000 ms
And
user should able to view "Percent Automated Refills" link in webpage
000 ms
And
user should able to view "Total 90 Day Rx Sold" link in webpage
000 ms
And
user should able to view "90 Day Adjusted" link in webpage
000 ms
And
user should able to view "Rx Entered" link in webpage
000 ms
And
user should able to view "Rx Deleted" link in webpage
000 ms
And
user should able to view "Pharmacy Employee Training" link in webpage
000 ms
And
user should able to view "Average Process Time for Waiting Prescriptions" link in webpage
000 ms
And
user should able to view "Enhanced Rx Ready" link in webpage
000 ms
And
user should able to view "Power" link in webpage
000 ms
And
user should able to view "E-Mail Registrations" link in webpage
000 ms
And
user should able to view "Adherence Program Activity" link in webpage
000 ms
And
user should able to view "Total Immunizations Sold" link in webpage
000 ms
And
user should able to view "Total Compounds Sold" link in webpage
000 ms
And
user should able to view "Medication Therapy Management" link in webpage
000 ms
And
user should able to view "Total Prescription Savings Club Sold" link in webpage
000 ms
And
user should able to view "Rx Transferred" link in webpage
000 ms
And
user should able to view "Percent Automated Refills" link in webpage
000 ms
And
user should able to view "Total 90 Day Rx Sold" link in webpage
000 ms
And
user should able to view "90 Day Adjusted" link in webpage
000 ms
And
user should able to view "Rx Entered" link in webpage
000 ms
And
user should able to view "Rx Deleted" link in webpage
000 ms
And
user should able to view "Pharmacy Employee Training" link in webpage
000 ms
And
user should able to view "Average Process Time for Waiting Prescriptions" link in webpage
000 ms
And
user should able to view "Enhanced Rx Ready" link in webpage
000 ms
And
user should able to view "Power" link in webpage
000 ms
And
user should able to view "E-Mail Registrations" link in webpage
000 ms
And
user should able to view "Adherence Program Activity" link in webpage
000 ms
And
user should able to view "Total Immunizations Sold" link in webpage
000 ms
And
user should able to view "Total Compounds Sold" link in webpage
000 ms
And
user should able to view "Medication Therapy Management" link in webpage
000 ms
And
user should able to view "Total Prescription Savings Club Sold" link in webpage
000 ms
And
user should able to view "Rx Transferred" link in webpage
000 ms
And
user should able to view "Percent Automated Refills" link in webpage
000 ms
And
user should able to view "Total 90 Day Rx Sold" link in webpage
000 ms
And
user should able to view "90 Day Adjusted" link in webpage
000 ms
And
user should able to view "Rx Entered" link in webpage
000 ms
And
user should able to view "Rx Deleted" link in webpage
000 ms
And
user should able to view "Pharmacy Employee Training" link in webpage
000 ms
And
user should able to view "Average Process Time for Waiting Prescriptions" link in webpage
000 ms
And
user should able to view "Enhanced Rx Ready" link in webpage
000 ms
And
user should able to view "Power" link in webpage
000 ms
And
user should able to view "E-Mail Registrations" link in webpage
000 ms
And
user should able to view "Adherence Program Activity" link in webpage
000 ms
And
user should able to view "Total Immunizations Sold" link in webpage
000 ms
And
user should able to view "Total Compounds Sold" link in webpage
000 ms
And
user should able to view "Medication Therapy Management" link in webpage
000 ms
And
user should able to view "Total Prescription Savings Club Sold" link in webpage
000 ms
And
user should able to view "Rx Transferred" link in webpage
000 ms
And
user should able to view "Percent Automated Refills" link in webpage
000 ms
And
user should able to view "Total 90 Day Rx Sold" link in webpage
000 ms
And
user should able to view "90 Day Adjusted" link in webpage
000 ms
And
user should able to view "Rx Entered" link in webpage
000 ms
And
user should able to view "Rx Deleted" link in webpage
000 ms
And
user should able to view "Pharmacy Employee Training" link in webpage
000 ms
And
user should able to view "Average Process Time for Waiting Prescriptions" link in webpage
000 ms
And
user should able to view "Enhanced Rx Ready" link in webpage
000 ms
And
user should able to view "Power" link in webpage
000 ms
And
user should able to view "E-Mail Registrations" link in webpage
000 ms
And
user should able to view "Adherence Program Activity" link in webpage
000 ms
And
user should able to view "Total Immunizations Sold" link in webpage
000 ms
And
user should able to view "Total Compounds Sold" link in webpage
000 ms
And
user should able to view "Medication Therapy Management" link in webpage
000 ms
And
user should able to view "Total Prescription Savings Club Sold" link in webpage
000 ms
And
user should able to view "Rx Transferred" link in webpage
000 ms
And
user should able to view "Percent Automated Refills" link in webpage
000 ms
And
user should able to view "Total 90 Day Rx Sold" link in webpage
000 ms
And
user should able to view "90 Day Adjusted" link in webpage
000 ms
And
user should able to view "Rx Entered" link in webpage
000 ms
And
user should able to view "Rx Deleted" link in webpage
000 ms
And
user should able to view "Pharmacy Employee Training" link in webpage
000 ms
And
user should able to view "Average Process Time for Waiting Prescriptions" link in webpage
000 ms
And
user should able to view "Enhanced Rx Ready" link in webpage
000 ms
And
user should able to view "Power" link in webpage
000 ms
And
user should able to view "E-Mail Registrations" link in webpage
000 ms
And
user should able to view "Adherence Program Activity" link in webpage
000 ms
And
user should able to view "Total Immunizations Sold" link in webpage
000 ms
And
user should able to view "Total Compounds Sold" link in webpage
000 ms
And
user should able to view "Medication Therapy Management" link in webpage
000 ms
And
user should able to view "Total Prescription Savings Club Sold" link in webpage
000 ms
And
user should able to view "Rx Transferred" link in webpage
000 ms
And
user should able to view "Percent Automated Refills" link in webpage
000 ms
And
user should able to view "Total 90 Day Rx Sold" link in webpage
000 ms
And
user should able to view "90 Day Adjusted" link in webpage
000 ms
And
user should able to view "Rx Entered" link in webpage
000 ms
And
user should able to view "Rx Deleted" link in webpage
000 ms
And
user should able to view "Pharmacy Employee Training" link in webpage
000 ms
And
user should able to view "Average Process Time for Waiting Prescriptions" link in webpage
000 ms
And
user should able to view "Enhanced Rx Ready" link in webpage
000 ms
And
user should able to view "Power" link in webpage
000 ms
And
user should able to view "E-Mail Registrations" link in webpage
000 ms
And
user should able to view "Adherence Program Activity" link in webpage
000 ms
And
user should able to view "Total Immunizations Sold" link in webpage
000 ms
And
user should able to view "Total Compounds Sold" link in webpage
000 ms
And
user should able to view "Medication Therapy Management" link in webpage
000 ms
And
user should able to view "Total Prescription Savings Club Sold" link in webpage
000 ms
And
user should able to view "Rx Transferred" link in webpage
000 ms
And
user should able to view "Percent Automated Refills" link in webpage
000 ms
And
user should able to view "Total 90 Day Rx Sold" link in webpage
000 ms
And
user should able to view "90 Day Adjusted" link in webpage
000 ms
And
user should able to view "Rx Entered" link in webpage
000 ms
And
user should able to view "Rx Deleted" link in webpage
000 ms
Then
user switch to native view
000 ms
And
tab more option or hamburger menu
000 ms
Then
user able to click home item
000 ms